From 06712b40d36055ae9dc843693cb2777a7452b886 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Glondu?= Date: Sun, 14 Dec 2025 10:53:11 +0100 Subject: [PATCH] fma test from test suite fails on hppa, enable emulation like on m68k --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index 06c312c0..1916a550 100755 --- a/debian/rules +++ b/debian/rules @@ -72,6 +72,10 @@ endif ifeq (m68k,$(DEB_BUILD_ARCH)) CONFIGURE_OPTS += --enable-imprecise-c99-float-ops IGNORE_TESTS_FAILURE := || true +# fma test from test suite fails on hppa, enable emulation like on m68k +else ifeq (hppa,$(DEB_BUILD_ARCH)) +CONFIGURE_OPTS += --enable-imprecise-c99-float-ops +IGNORE_TESTS_FAILURE := || true else ifneq (,$(findstring hurd,$(DEB_BUILD_ARCH))) IGNORE_TESTS_FAILURE := || true else -- 2.30.2